/*
Theme Name: Rayli
Theme URI: https://www.rayli.com.cn
Author: Rayli
Author URI: https://www.rayli.com.cn
Description: 基于区块主题风格设计主题
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rayli
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


body {
    font-family: 'Microsoft YaHei, arial, sans-serif';
}

div {
    font-family: 'Microsoft YaHei, arial, sans-serif';
}

a:hover img {
    opacity: 0.85;
}




body, div, p, ul, li, span, dl, dt, dd, a, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

    a img {
        border: 0 none;
    }

body {

    max-width: 1440px;
    align-content: center;
    background: #fff;
    margin: 0 auto;
}

img{
    /*display:block;*/
    max-width:100%;

}

a, a:hover {
    text-decoration: none;
    border: 0;
}

li {
    list-style: none;
}

div {
    display: block;
    padding: 0;
    margin: 0;
    clear: both;
}

ol,
ul {
    list-style-type: none;
    margin: 0px;
    padding:0;
}

img {
    vertical-align: middle;
    border: 0;
}
a {
    color: #1b1b1b;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}
 a:hover {
        color: var( --wp--preset--color--pale-pink);
    }



a,
button,
select {
    cursor: pointer;
}

    a:focus,
    button:focus,
    select:focus {
        outline: 0;
    }


